Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3666] Enable EMF's intrinsicIDToEObjectMap for JSON resources #3667

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

pcdavid
Copy link
Member

@pcdavid pcdavid commented Jun 26, 2024

This will actually require the integration of a new version of EMF JSON with eclipse-sirius/sirius-emf-json#47 in it before it fully works.

@pcdavid pcdavid requested a review from sbegaudeau as a code owner June 26, 2024 09:27
@pcdavid pcdavid added this to the 2024.7.0 milestone Jun 26, 2024
@pcdavid pcdavid linked an issue Jun 26, 2024 that may be closed by this pull request
@pcdavid pcdavid force-pushed the pcd/enh/enable-intrinsic-id-map branch from d4bc46e to 9211869 Compare June 26, 2024 12:51
@pcdavid pcdavid requested a review from AxelRICHARD June 26, 2024 12:51
CHANGELOG.adoc Outdated
@@ -67,6 +67,7 @@ More existing APIs will be migrated to this new common pattern.
- https://github.com/eclipse-sirius/sirius-web/issues/3650[#3650] [diagram] Fix potential NPE in DiagramNavigator and Node toString method
- https://github.com/eclipse-sirius/sirius-web/issues/3649[#3649] [sirius-web] Restore support for Related elements view icons
- https://github.com/eclipse-sirius/sirius-web/issues/3630[#3630] [sirius-web] Restore support for the deletion of dangling representations
- https://github.com/eclipse-sirius/sirius-web/issues/3666[#3666] [core] Enable EMF's entrinsicIDToEObjectMap for JSON resources to support languages which use modeled identifiers (e.g. SysMLv2).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

entrinsicIDToEObjectMap => intrinsicIDToEObjectMap

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Also fixed in the commit message.

This requires moving to EMF JSON 2.3.12 to actually use this new map
as a fall back when looking for an object by id.

Bug: #3666
Signed-off-by: Pierre-Charles David <[email protected]>
@pcdavid pcdavid force-pushed the pcd/enh/enable-intrinsic-id-map branch from 9211869 to 41df985 Compare June 27, 2024 06:46
@AxelRICHARD AxelRICHARD changed the title [3666] Enable EMF's entrinsicIDToEObjectMap for JSON resources [3666] Enable EMF's intrinsicIDToEObjectMap for JSON resources Jun 27, 2024
@pcdavid pcdavid merged commit f7a2126 into master Jun 27, 2024
4 checks passed
@pcdavid pcdavid deleted the pcd/enh/enable-intrinsic-id-map branch June 27, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable EMF's entrinsicIDToEObjectMap for JSON resources
2 participants